Skip to content

Commit

Permalink
Adding copyright statements. Addresses #828
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki authored and Matthew Letter committed Oct 17, 2018
1 parent 6dfc6bf commit f45a938
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web-server/slycat-login-react/Form.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Copyright (c) 2013, 2018 National Technology and Engineering Solutions of Sandia, LLC . Under the terms of Contract
DE-NA0003525 with National Technology and Engineering Solutions of Sandia, LLC, the U.S. Government
retains certain rights in this software. */

import React, { Component } from 'react';
import URI from 'urijs';
import "css/namespaced-bootstrap.less";
Expand Down
2 changes: 2 additions & 0 deletions web-server/slycat-login-react/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- Copyright (c) 2013, 2018 National Technology and Engineering Solutions of Sandia, LLC . Under the terms of Contract DE-NA0003525 with National Technology and Engineering Solutions of Sandia, LLC, the U.S. Government retains certain rights in this software. -->

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
4 changes: 4 additions & 0 deletions web-server/slycat-login-react/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Copyright (c) 2013, 2018 National Technology and Engineering Solutions of Sandia, LLC . Under the terms of Contract
DE-NA0003525 with National Technology and Engineering Solutions of Sandia, LLC, the U.S. Government
retains certain rights in this software. */

import React from 'react';
import ReactDOM from 'react-dom';
import Form from './Form.js';
Expand Down
4 changes: 4 additions & 0 deletions web-server/slycat-login-react/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Copyright (c) 2013, 2018 National Technology and Engineering Solutions of Sandia, LLC . Under the terms of Contract
DE-NA0003525 with National Technology and Engineering Solutions of Sandia, LLC, the U.S. Government
retains certain rights in this software. */

body {
background-color: #F2F2F2;
background-image: url('../css/slycat-logo-navbar.png');
Expand Down

0 comments on commit f45a938

Please sign in to comment.