Skip to content

Commit

Permalink
-Update Copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Jan 16, 2024
1 parent 4a124ca commit c7ac1d3
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/windhoverlabs/yamcs/gdl90/AHRS.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

import java.io.ByteArrayOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

public enum AHRSHeading {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/windhoverlabs/yamcs/gdl90/CrcTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

public class CrcTable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

/** Based on theses specs: https://www.foreflight.com/connect/spec/ */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

import java.io.ByteArrayOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

import java.io.ByteArrayOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

import org.yamcs.Plugin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

import java.io.ByteArrayOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package com.windhoverlabs.yamcs.gdl90;

import java.io.ByteArrayOutputStream;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/yamcs/http/api/GDL90API.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*****************************************************************************/


package org.yamcs.http.api;

import com.windhoverlabs.yamcs.csv.api.AbstractCSVModeApi;
Expand Down

0 comments on commit c7ac1d3

Please sign in to comment.