From 974182f2d716053f7973908d139e7a72ccbd21da Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Wed, 21 May 2025 16:47:43 -0400 Subject: [PATCH 1/2] Create devcontainer.json Making new respitiry --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +} From c303f9e0425164bd081713f98cdb09de6a561c79 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Wed, 21 May 2025 16:50:07 -0400 Subject: [PATCH 2/2] Update COPYING New patch --- COPYING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYING b/COPYING index bf15194..bf4791b 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -// Copyright (c) 2011 Google, Inc. +9// Copyright (c) 2011 Google, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal