Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
don’t mess with file copyright notices for now
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr committed Sep 11, 2024
1 parent dcf2010 commit 61554b3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/ch-run.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright © Triad National Security, LLC, and others. */

/* Note: This program does not bother to free memory allocations, since they
are modest and the program is short-lived. */

Expand Down
2 changes: 2 additions & 0 deletions bin/ch_core.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright © Triad National Security, LLC, and others. */

#define _GNU_SOURCE
#include "config.h"

Expand Down
4 changes: 3 additions & 1 deletion bin/ch_core.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* This interface contains Charliecloud's core containerization features. */
/* Copyright © Triad National Security, LLC, and others.
This interface contains Charliecloud's core containerization features. */

#define _GNU_SOURCE
#include <stdbool.h>
Expand Down
2 changes: 2 additions & 0 deletions bin/ch_fuse.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright © Triad National Security, LLC, and others. */

/* Function prefixes:
fuse_ libfuse; docs: https://libfuse.github.io/doxygen/globals.html
Expand Down
2 changes: 2 additions & 0 deletions bin/ch_fuse.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright © Triad National Security, LLC, and others. */

#define _GNU_SOURCE

/** Function prototypes **/
Expand Down
2 changes: 2 additions & 0 deletions bin/ch_misc.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright © Triad National Security, LLC, and others. */

#define _GNU_SOURCE
#include <ctype.h>
#include <dirent.h>
Expand Down

0 comments on commit 61554b3

Please sign in to comment.